Remove $USER from the --user argument from pip install
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Thu, 19 Jan 2017 21:11:41 +0000 (16:11 -0500)
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Thu, 19 Jan 2017 21:21:15 +0000 (16:21 -0500)
.travis.yml

index 9f316daae25ef54f8035ba89a3dfd4afb2b06255..13282bc1327e6d32b8c6024ef871c1875bed02fc 100644 (file)
@@ -116,7 +116,7 @@ after_success: |
   [ $TRAVIS_BRANCH = master ] &&
   [ $TRAVIS_PULL_REQUEST = false ] &&
   [ $(uname -s) = Linux ] &&
-  pip install ghp-import --user $USER &&
+  pip install ghp-import --user &&
   $HOME/.local/bin/ghp-import -n target/doc &&
   git push -qf https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages